Model is created. What is next?
Data of employee model:
name,
size,
date of birth,
shape,
Define operations:
n create a new employee once a new person enters
the institution
n delete an employee once he retired
n update an employee record
Identify the operations which should be able to
be performed on an abstract employee
Decide to allow access to the employees' data
only with associated operations